html {
  height: 100%;
  width: 100%;
}
body {
  height: 100%;
  width: 97%;
  background-color: blanchedalmond;
  display: flex;
  flex-direction: column;
  gap: 2.5%;
}

header {
  height: 15%;
  width: 97%;
  background-color: blue;
  align-items: center;
  padding: 5px 15px 5px 5px;
  display: flex;
  justify-content: center;
  color: white;
}
main {
  height: 70%;
  width: 98%;
  color: black;
  display: flex;
}
.banguot {
  height: 97%;
  width: 30%;
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  padding: 5px 5px 5px 5px;
}
.banguot p {
  width: 95%;
  border: 2px dotted green;
}
.banguot img {
  height: 40%;
  width: 50%;
}
.dinay {
  height: 97%;
  width: 30%;
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  padding: 5px 5px 5px 5px;
}
.dinay p {
  width: 95%;
  border: 2px dotted green;
}
.chuol {
  height: 97%;
  width: 30%;
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  padding: 5px 5px 5px 5px;
}
.chuol img {
  height: 40%;
  width: 70%;
}
.chuol p {
  width: 95%;
  border: 2px dotted green;
}
footer {
  height: 10%;
  width: 97%;
  background-color: blue;
  align-items: center;
  padding-left: 20px;
  color: white;
  display: flex;
  gap: 5%;
}
footer h4 img {
  height: 30%;
}
footer a {
  color: white;
  text-decoration: none;
}
.next {
  height: 30px;
  width: 150px;
}
p {
  width: 80%;
}
